Whitepaper Perl and Python in the Cloud
Updated: 2011-07-30 15:58:08
: Skip to Content Skip to Navigation 1.866.631.4581 My Account Store Cart Search this site : Solutions Overview By Function Develop Manage Distribute By Language Perl Python Tcl Other Languages By Goal Time to Market Development Productivity Risk Mitigation Redistribution By Industry High-Tech Government Financial Services Aerospace Defense Hosting Providers For Cloud Products Overview ActivePerl PPM Perl Modules Versions ActivePython PyPM Python Modules Financial Modules Database Modules Crypto Module GUI Toolkit Modules ActivePython 3 Which Python Edition Amazon Machine Image AMI PyIMSL ActiveTcl ActiveTcl Expect Tcl Tk Modules ActiveTcl 8.6 Language Editions Business Edition Enterprise Edition OEM Licensing Compare Editions Developer Bundles ActivePerl Pro Studio ActiveTcl Pro Studio

The first part of this blog post is here. I’ve initially split it in two parts because I’ve encountered a few problems with the distributed feature, so I thought it was going to take Ben a few days to fix them. But he did fix them within the hour… \o/ So Hurra for Ben and [...]
EDIT: Part 2 is now published (distributed tests and monitoring) Funkload is a functional and stress test tool that can be used on your web applications. It’s my favorite stress tool for these reasons: stress tests are implemented as PyUnit tests, so they can also be used as functional tests the test runner is very [...]
Voidspace The website , technical blog and projects of Michael Foord Home Blog Book IronPython Python Projects Python Articles Contact Python Programming , news on the Voidspace Python Projects and all things . techie Front page All By Date All By Category RSS Feed 1222 mock 0.8 beta 1 : easier asserts for multiple and chained calls I've released mock 0.8 beta 1 You can download it it or install it : with pip install U mock==dev mock is a library for testing in Python . It allows you to replace parts of your system under test with mock objects . The latest stable release is 0.7.2, which you can download from pypi Note This release introduces a backwards incompatibility with call_args and call_args_list call_args and all the entries in call_args_list are three-tuples of name , args , kwargs